home *** CD-ROM | disk | FTP | other *** search
- on(release){
- tellTarget("_level0")
- {
- gotoAndStop("imperfections");
- play();
- _level0;
- if(sku == "PIP")
- {
- tellTarget("_level0")
- {
- gotoAndStop("imperfections");
- play();
- }
- }
- _level0;
- if(sku == "DIP")
- {
- tellTarget("_level0")
- {
- gotoAndStop("imperfections2");
- play();
- }
- }
- }
- tellTarget("_level0.show")
- {
- _level.selection = "clear";
- }
- tellTarget("_level0.trans1")
- {
- play();
- }
- }
-